Skip to content

Clean up profile spaces; update gitignore#402

Merged
jbampton merged 3 commits intoNextCommunity:mainfrom
jbampton:cleanups
Apr 3, 2026
Merged

Clean up profile spaces; update gitignore#402
jbampton merged 3 commits intoNextCommunity:mainfrom
jbampton:cleanups

Conversation

@jbampton
Copy link
Copy Markdown
Member

@jbampton jbampton commented Apr 3, 2026

No description provided.

@jbampton jbampton self-assigned this Apr 3, 2026
@jbampton jbampton added this to Next Apr 3, 2026
@github-project-automation github-project-automation Bot moved this to In progress in Next Apr 3, 2026
@jbampton jbampton added this to the Hackfest milestone Apr 3, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request cleans up several user YAML files by removing unnecessary leading newlines in bio fields, correcting a capitalization error, and updating the .gitignore file. A review comment identifies a potential XSS vulnerability in src/users/kenhorlador.yaml due to the continued use of HTML tags for links, suggesting a full transition to Markdown for improved security and consistency.

bio: |

I'm <strong>Ken Horlador</strong> from Camarines Sur, Philippines. I enjoy learning programming languages and libraries/frameworks like <a href="https://reactjs.org/">ReactJS</a> with <a href="https://www.gatsbyjs.com/">GatsbyJS</a> or <a href="https://nextjs.org/">NextJS</a>. I also enjoy wireframing, developing user flows, user interface, user experience and design in general.
I'm **Ken Horlador** from Camarines Sur, Philippines. I enjoy learning programming languages and libraries/frameworks like <a href="https://reactjs.org/">ReactJS</a> with <a href="https://www.gatsbyjs.com/">GatsbyJS</a> or <a href="https://nextjs.org/">NextJS</a>. I also enjoy wireframing, developing user flows, user interface, user experience and design in general.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The use of HTML tags like inside a YAML bio field that is rendered via Nunjucks might lead to XSS vulnerabilities if not properly sanitized. It is safer to use Markdown formatting (as done with the bold text) and ensure the template rendering context handles escaping appropriately.

  I'm **Ken Horlador** from Camarines Sur, Philippines. I enjoy learning programming languages and libraries/frameworks like [ReactJS](https://reactjs.org/) with [GatsbyJS](https://www.gatsbyjs.com/) or [NextJS](https://nextjs.org/). I also enjoy wireframing, developing user flows, user interface, user experience and design in general.

@jbampton jbampton merged commit 4e1c362 into NextCommunity:main Apr 3, 2026
4 of 6 checks passed
@jbampton jbampton deleted the cleanups branch April 3, 2026 13:41
@github-project-automation github-project-automation Bot moved this from In progress to Done in Next Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant